The LocalizationExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetFileNameFromLocalizedResxFile
Gets the file name part from localized resource file. E.g. My file with.fancy-characters.fr-FR.resx should return "My file with.fancy-characters".
Public methodStatic memberGetLocaleCodeFromFileName
Gets the name of the locale code from a resource file. E.g. My file with.fancy-characters.fr-FR.resx should return "fr-FR".

See Also