Globalization Strings behavior differ in 2020.2.1 compared with 2019.4.2
Posted: Thu Feb 27, 2020 12:36 pm
Hello. I am getting an unexpected behavior in 2020.2.1, when trying to use report.globalizationStrings.
In the 2019.4.2 version, when adding in report designer a Culture in Globalization Editor, in code I was able to get the report.globalizationStrings.list.items (the list of Cultures, and the items in those cultures), and manually do some actions with them.
However, in 2020.2.1, the report.globalizationStrings.list.items comes empty [], although there is a Culture, and items in the report as well.
And another interesting behavior - the reports that were created in the 2019.4.2 version - work well in the new version. But if a new Culture is added to the old report - the list comes empty.
My question is: what changed in the working process of Globalization Strings in the new versions (2020.1, 2020.2) compared with 2019.4.2?
And how to get the labels (report.globalizationStrings.list.items) in the new versions(2020.1, 2020.2)?
Thank you.
In the 2019.4.2 version, when adding in report designer a Culture in Globalization Editor, in code I was able to get the report.globalizationStrings.list.items (the list of Cultures, and the items in those cultures), and manually do some actions with them.
However, in 2020.2.1, the report.globalizationStrings.list.items comes empty [], although there is a Culture, and items in the report as well.
And another interesting behavior - the reports that were created in the 2019.4.2 version - work well in the new version. But if a new Culture is added to the old report - the list comes empty.
My question is: what changed in the working process of Globalization Strings in the new versions (2020.1, 2020.2) compared with 2019.4.2?
And how to get the labels (report.globalizationStrings.list.items) in the new versions(2020.1, 2020.2)?
Thank you.