Jump to content

Languages api


Luke

Recommended Posts

If anyone is pulling down lists of languages using this api:

/Localization/Cultures

There is a new property to utilize:

ThreeLetterISOLanguageNames

Languages can have multiple ThreeLetterISOLanguageName(s), so this array will return the list of all of them.

 

This property will remain as-is in order to prevent breaking anything:

ThreeLetterISOLanguageName

It is equivalent to the first entry in the ThreeLetterISOLanguageNames array.

 

if you are doing any language lookups using these values then you may want to switch to using the array.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...