The following tables list the members exposed by LocaleHelper.
Name | Description | |
---|---|---|
![]() ![]() | ReadCustomUICultureFromFile | LocaleHelper reads the custom UI culture from _localeSettingsFilename, if it is present. It then sets it as the CurrentUICuture for the app These are the only properties used from CurrentUICulture CultureInfo.Name -- the property that identifies what those resources will be tagged with and what their subdirectory names will be; CultureInfo.Parent -- the property that give you the fallback to use when there are no resources with this name1; CultureInfo.[DisplayName|EnglishName|NativeName] -- the properties that let you tell a user what the language is; CultureInfo,TextInfo.IsRightToLeft -- the property that can be useful since it lets one know when to mirror the user interface, etc.; CultureInfo.LCID -- the property that you can use when dealing with resources using the old way of doing things. from http://blogs.msdn.com/b/michkap/archive/2007/01/10/1442340.aspx |