Skip to content

What is the purpose of Language API? #1256

Discussion options

You must be logged in to vote

I recommend familiarizing yourself with this documentation on MSDN that goes over the resource management system used for Windows apps, and in particular this section on how to provide localized strings.

  1. System.Threading.Thread.CurrentCulture/CurrentUICulture are .NET concepts. I'm not familiar with their implementation so I can't say just how far down the stack they go (i.e. do they apply only to .NET code or would they also affect native code in the process like WinUI). MSDN has pretty thorough documentation on both ApplicationLanguages.PrimaryLanguageOverride and FrameworkElement.Language. It should be noted that the latter only affects text formatting e.g. font fallback.
  2. No.
  3. .resw is…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@JeganRavichandran
Comment options

@oliverw
Comment options

@DarranRowe
Comment options

Answer selected by btueffers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants