APIs & Integrations

SSun7
Participant

List of all hs_language labels and codes

SOLVE

Is there a convenient way to get the list of all available hs_languages, including their labels and code? For example, the label and code for English is 'English' and 'en'. Thanks.

0 Upvotes
1 Accepted solution
sylvain_tirreau
Solution
Top Contributor

List of all hs_language labels and codes

SOLVE

Hi,

You must combine this source: https://knowledge.hubspot.com/help-and-resources/hubspot-language-offerings with this one: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes.

 

Languages ​​are indicated in ISO 639-1 (two letters).

 

Best,

View solution in original post

0 Upvotes
6 Replies 6
GRajput
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

List of all hs_language labels and codes

SOLVE

Hi @SSun7 

 

Here is the link to the HubSpot doc link that will provide a complete list of supported languages

 

https://knowledge.hubspot.com/help-and-resources/hubspot-language-offerings?_gl=1*jqh004*_ga*MTg4NTE...

 

 

I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


sylvain_tirreau
Solution
Top Contributor

List of all hs_language labels and codes

SOLVE

Hi,

You must combine this source: https://knowledge.hubspot.com/help-and-resources/hubspot-language-offerings with this one: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes.

 

Languages ​​are indicated in ISO 639-1 (two letters).

 

Best,

0 Upvotes
SSun7
Participant

List of all hs_language labels and codes

SOLVE

Hi, I don't think the source has the complete list. For example, I could set the preferred language to be Tamil for a contact in my testing account, but Tamil is not listed in the above source. Is there any better source for getting the info please?

0 Upvotes
sylvain_tirreau
Top Contributor

List of all hs_language labels and codes

SOLVE

Hi,

For Tamil, if you look at this page (https://knowledge.hubspot.com/help-and-resources/hubspot-language-offerings), you'll see that the language isn't in the list: this means it's not a language supported by Hubspot. So, set Tamil in your application and choose a default language for Tamil in Hubspot from the available languages. You must specify the standard according to ISO 639-1 (two letters): https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes.

BérangèreL
Community Manager
Community Manager

List of all hs_language labels and codes

SOLVE

Hi @SSun7, I hope that you are well!

Thanks for asking the HubSpot Community!

Do you need this for the quotes?
What are you trying to achieve, please?

I have found the solution from @ChrisoKlepke on this post "Changing hs_language with within workflow" that might get you in the right direction.

So, this code is to update, but you might want to test the same to get all the info?

update_properties = SimplePublicObjectInput(
           properties={"hs_language": company_lang}
       )

I'd love to put you in touch with our Top Experts: Hi @sylvain_tirreau, @Anton and @Bortami do you have suggestions to help @SSun7, please?

Have a lovely day and thanks so much in advance for your help!
Bérangère


HubSpot’s AI-powered customer agent resolves up to 50% of customer queries instantly, with some customers reaching up to 90% resolution rates.
Learn More.


Saviez vous que la Communauté est disponible en français?
Rejoignez les discussions francophones en changeant votre langue dans les paramètres! !
0 Upvotes
SSun7
Participant

List of all hs_language labels and codes

SOLVE

Hi Berangere, I'm building a bi-directional syncing system so that whenever the preferred language setting is changed in HubSpot or my system, the change would be correctly fetched on the other side. In order to achieve this, I need to know the exact list of languages & codes available for hs_language so that I could offer the same list in my system & avoid any mismatch