Skip to content

Comments

Set default language to English (en-US)#846

Merged
neozhu merged 1 commit intomainfrom
feature/update-localization-default-language
Mar 28, 2025
Merged

Set default language to English (en-US)#846
neozhu merged 1 commit intomainfrom
feature/update-localization-default-language

Conversation

@neozhu
Copy link
Owner

@neozhu neozhu commented Mar 28, 2025

Localization Configuration Update

Changes

  • Set default language to English (en-US)
  • Added clear documentation for DefaultLanguageCode
  • Simplified language code annotation
public static class LocalizationConstants
{
    public const string ResourcesPath = "Resources";
    /// <summary>
    /// Default language code. Set to English (en-US). 
    /// Change to "zh-CN" for Chinese or other codes from SupportedLanguages.
    /// </summary>
    public const string DefaultLanguageCode = "en-US";

   ...
}

@neozhu neozhu linked an issue Mar 28, 2025 that may be closed by this pull request
@neozhu neozhu merged commit 3a37aa9 into main Mar 28, 2025
3 checks passed
@neozhu neozhu deleted the feature/update-localization-default-language branch March 28, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Question: How to make another culture to be default instead en-US?

1 participant