Base solution for your next web application
Open Closed

Localization new language/culture #10145


User avatar
0
henryand created

we are using ANZ v10.1 Angular .Net5 combined

I am using localization to handle tenant specific wording translation. we use english for the base site and each tenant has a different default english variant for its default language. I would like to create new languages for each state in the US. Of course, these are not standard language cultures. For example, we could use Eng-CA (Canada) for California, but there is no existing Eng-FL for Florida. So, replacing Eng-BB (Barbados) with our Florida language works, but it would be nicer to have an Eng-FL. these are just examples, having all 50 states would be the goal.

Is this possible?

Thanks


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

    Hi @henryand

    You can try to override some parts of the localized text determination but creating such languages will probably cause problems in ASP.NET Core.