Forum Discussion
popov
7 years agoResolver III
Localizing the property pane using powerbi-visual tools 3
Hello. I try powerbi-visual tools 3 and have problem with localizing the property pane in my CV. I created folder stringResources and placed file ru-RU.json in this folder. Below fragments in code:...
v-viig
7 years agoCommunity Champion
JSON format is no longer supported. Please use .resjson instead.
You can find example here.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
popov
7 years agoResolver III
Thank you, v-viig
I created folder stringResources/ru-RU and placed file resources.resjson in folder. But what should I write in the pbiviz.json?
I tried
"stringResources": ["stringResources/ru-RU"]
and
"stringResources": ["stringResources"]
but it isn't work
- v-viig7 years agoCommunity Champion
As far as I know, localization will automatically be loaded. Pleae keep stringResources empty (stringResources: []).
Let us know if it resolves the issue.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
- v-viig7 years agoCommunity Champion
What error message have you received? Can you share a screenshot?
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals