Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
blumi78
Helper I
Helper I

Where does LocalizationManager read it's content from?

According to https://github.com/Microsoft/PowerBI-visuals/blob/master/Visual/Locale.md, the properties panel gets localized in

 

./stringResources/<lang_key>.json

 

and the visual content can be localized since API 1.10 using the LocalizationManager, whose read its strings from

 

./stringResources/<lang_key>/resources.resjson

(<lang_key> is the ISO region code like "en_US").

 

While this seems to be true, I found out by accident, that the LocalizationManager also has no problem finding the strings in the first location.

I appreciate having just one file per language for all the strings and would like to know if it's okay to put everything in "./stringResources/<lang_key>.json" ?

1 ACCEPTED SOLUTION
v-viig
Community Champion
Community Champion

We recommend to use resjson format only since Format Panel and localization manager work fine with this approach.

You can also check how we localize in-house visuals.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

View solution in original post

1 REPLY 1
v-viig
Community Champion
Community Champion

We recommend to use resjson format only since Format Panel and localization manager work fine with this approach.

You can also check how we localize in-house visuals.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

pbicvsupport@microsoft.com

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors