Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dave 3 posts 73 karma points
    Nov 04, 2016 @ 11:32
    Dave
    0

    Adding New (obscure) Language to Umbraco Languages

    Hey Folks,

    Client has hit me with an unusual request - I need to add the "Tetum" langauge to the choice of languages in umbraco.

    https://en.wikipedia.org/wiki/Tetum_language

    "Tetum" doesn't appear in the list - is there a way to manually add this as a language to the language list?

    Cheers, Dave

  • Kevin Jump 1867 posts 11859 karma points MVP 4x c-trib
    Nov 04, 2016 @ 12:56
    Kevin Jump
    0

    Hi Dave,

    the list comes from the operating system, (it's a call to CultureInfo.GetCultures(CultureTypes.AllCultures)) to add to the list you need to install your language as a new culture on the server, not 100% sure how to do that to be honest - but this might be a starting point: https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.getcultures(v=vs.110).aspx

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies