You need to sign in to do that
Don't have an account?

Needed a List of LanguageLocaleKey codes in salesforce
Hi,
I need a list of all "LanguageLocaleKey" codes in salesforce used while inserting users.
for e.g "en_US" for "English(US)"
Thanks,
Bhushan
I assume you can use any of the following from this list (taken from the Web Services API Developer's Guide under the CategoryNodeLocalization object):
YMMV, but this should be virtually every language supported at this time.
For some of the locale , value for locale is different from language . For eg Locale:English(India ) have string value en_IN whereas language string value is en_US .
If in some circumstances , where we need to match value for locale and lauguage for user . Then , it is required to match/ check string value for language and locale .
Thanks,
Mayank Joshi
https://www.aneespatel.win/salesforce-supported-languages/