Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I followed the doc:
https://docs.microsoft.com/en-us/power-bi/developer/visuals/localization
add locale power bi language,like this:
add en-US and zh-CN sub folder in "stringResources" folder,and two "resources.resjson" file,which setting every displayName for locale language.
but when I setting the locale language to 'en-US',the setting not working:
what I miss?
thanks.