How to get player Language

Is there a way to get player Language?

https://developer.roblox.com/en-us/api-reference/property/LocalizationService/RobloxLocaleId

1 Like

Okay so I made a script that prints the player’s language, on the outpout I see the inscription “en-us” even though I have Polish as the language set.

Try it in roblox game client, not in roblox studio.

1 Like

Still don’t working, also i think it’s will get Supported languages only.

There’s also LocalizationService.SystemLocaleId. Keep in mind those wont work as expected in studio, and to get the info relative to the player(not the server) you must run them inside a LocalScript.

PS: and to get a player country based on their device location(not system/Roblox configurations) use LocalizationService:GetCountryRegionForPlayerAsync(player).

1 Like