Base solution for your next web application
Open Closed

Where is the Spanish language? #3274


User avatar
0
strategy9 created

My build of ASP.NET Zero is missing the Spanish language. From the original project download, I have the following languages:

en, fr, de, it, pt-BR, tr, ru, ar, zh-CN

The asp.net zero webpage advertises Spanish - do I need to download it separately?


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Currently AspNet Zero includes "Spanish (Mexico)" but I think you are looking for only Spanish, right ? If so, it is not included by default but you can easily create it by adding a new localization file for spanish like this one <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/blob/dev/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Core/Localization/AbpZeroTemplate/AbpZeroTemplate-es-MX.xml">https://github.com/aspnetzero/aspnet-ze ... -es-MX.xml</a>.

    We will be very happ if you can send it as a pull request.

    Thanks.

  • User Avatar
    0
    strategy9 created

    Thanks for the reply. For some reason our project came without es-MX (which is the Spanish version we need). I copied the xml text from your link and saved it as "myproject-es-MX.xml", saved it in the language directory (where the rest of the xml files are), and then created a "Spanish (Mexico)" language within the admin interface.

    When I choose Spanish-Mexico now, it all stays in English... what have I missed?

    Thanks!

  • User Avatar
    0
    strategy9 created

    Got it. Forgot to make it an embedded resource.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Thanks @strategy9 :)