Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Get TV language codes

Discussion in 'Samsung Smart TV' started by utkarsh_b, Mar 14, 2016.

  1. utkarsh_b

    utkarsh_b

    Joined:
    Mar 10, 2016
    Posts:
    3
    Hello,

    I'm using Samsung's Game Service Platform (GSP) unity plugin for fetching the TV's system language using GSP.GSPSystem.getLanguage() (which returns a string value) and updating the localization accordingly. Our game is localized in 10 languages and I could only get the language codes for 6 languages as the others are not present in the 2014 Smart TV model we have.

    Here's the list of the languages and their values:

    English : en
    French : fr
    Italian : it
    German : de
    Spanish : es
    Portuguese : pt

    Need the strings for these :

    Korean : ??
    Chinese : ??
    Japanese : ??
    Russian : ??

    Can anyone update me with the language strings for the above mentioned languages? Can't really find the values in the documentation as well.

    Thank you!
     
  2. Jaehyun

    Jaehyun

    Unity Technologies

    Joined:
    Feb 4, 2014
    Posts:
    55
    Hi utkarsh_b,

    You'd better to ask this to samsung TV forum.
    (http://www.samsungdforum.com/SamsungDForum/ForumDashBoard/c305cb96c72a9e5b)
    Actually, Samsung made GSP plugin and they could know this issue.

    I'm sorry not to help you.