net90_PropertyGridHelpers.Support_Support_SetLanguage - dparvin/PropertyGridHelpers GitHub Wiki
Sets the current thread's culture and UI culture to the specified language identifier.
public static void SetLanguage(string language)
parameter | description |
---|---|
language | The language code (e.g., "en-US" , "fr-FR" , "de-DE" ) to apply to CurrentCulture and CurrentUICulture. |
This method is intended primarily for testing and debugging localization or globalization scenarios, allowing the current thread to simulate running under a specific culture.
- class Support
- namespace PropertyGridHelpers.Support
- assembly PropertyGridHelpers