Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Localization #8

Open
jftuga opened this issue Apr 23, 2018 · 0 comments
Open

Add Localization #8

jftuga opened this issue Apr 23, 2018 · 0 comments

Comments

@jftuga
Copy link
Owner

jftuga commented Apr 23, 2018

Localization: https://docs.microsoft.com/en-us/dotnet/standard/globalization-localization/localization
Configuration Sections: https://msdn.microsoft.com/en-us/library/2tw134k3.aspx

Create resource file such as Resources.es.resx

To debug:

string ietfCode = // Retrieve from config file or elsewhere.
CultureInfo desiredCulture = CultureInfo.GetCulture(ietfCode);
CultureInfo.CurrentCulture = desiredCulture;
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

No branches or pull requests

1 participant