My application has two languages: English and Myanmar. When I load AdForm banner with English configuration everything is fine. However, when I change appplication language to Myanmar banner is not showing, I get the following errors:
I assume that at this line:
banner.setAdSize(new AdSize(320, 50));
it somehow takes values with wrong Locale. Please help to fix this.