[Player-dev] CR-Client: Add additional language codes that the player recognizes.
Bob Clark bobclark at real.comThis looks good.
--Bob
> Modified by: dyek at real.com
> Date: 8/2/2006
> Project: Helix Player
>
> Synopsis: Add Hindi (hi) and Polish (pl) to the list of languages
> that we
> recognize.
>
> Overview:
> In Upgrade Experience URL that the player sent to our web server, we
> encode the language setting if we recognize it.
> Hindi (hi) and Polish (pl) are languages that we have support for, but
> not yet recognized by the Upgrade Experience URL code.
>
> Files Modified:
> player/app/gtk/commonapp.cpp - Add language codes to lang_map
> struct array.
>
> Branch: HEAD
>
> Copyright assignment: I am a RealNetworks employee.
>
>
> Index: commonapp.cpp
> ===================================================================
> RCS file: /cvsroot/player/app/gtk/commonapp.cpp,v
> retrieving revision 1.81
> diff -u -w -r1.81 commonapp.cpp
> --- commonapp.cpp 19 Jan 2006 05:57:52 -0000 1.81
> +++ commonapp.cpp 3 Aug 2006 03:33:52 -0000
> @@ -2105,9 +2105,11 @@
> { "de", "DE" },
> { "es", "ES" },
> { "fr", "FR" },
> + { "hi", "HI" },
> { "it", "IT" },
> { "ja", "JA" },
> { "ko", "KO" },
> + { "pl", "PL" },
> { "pt_BR", "PT" },
> { "zh_CN", "CN" },
> { "zh_TW", "TW" }
>
>
>
>
> --
> Daniel Yek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.helixcommunity.org/pipermail/player-dev/attachments/20060808/4af4b960/attachment-0001.html