Name | Description | |
---|---|---|
NLocalizationDictionary Constructor | Overloaded. |
The following tables list the members exposed by NLocalizationDictionary.
Name | Description | |
---|---|---|
NLocalizationDictionary Constructor | Overloaded. |
Name | Description | |
---|---|---|
CultureName | Gets/Sets the name of the culture this dictionary provides translation for in the format "languagecode2-country/regioncode2", for example "en-US", "de-DE", "ru-RU", "bg-BG" and so on. | |
FlagIcon | Gets/Sets the flag icon associated with this localization dictionary. | |
FontSize | Gets/Sets the font size in points (pt) that should be applied to the UI of the application that uses this dictionary. This font size is applied automatically to the UI theme of the NOV widgets when the localization dictionary is passed to the Nevron.Nov.NApplication.LocalizeFromStream method. | |
Name | Gets the name of this dictionary. |
Name | Description | |
---|---|---|
Clear | Removes all items and sub categories from this dictionary. | |
ImportFromCsFile | Imports the localizable strings from the given C# source code file. | |
ImportFromCsStream | Imports the localizable strings from the given C# source code file stream. | |
ImportFromProjectFile | Imports the localizable strings from the given C# project file. | |
ImportFromSolution | Imports the localizable strings from the given C# solution. | |
ImportTranslations | Imports all compatible translations from the given stream. | |
LoadFromStream | Loads the dictionary from the given stream. | |
SaveToStream | Overloaded. Saves the dictionary in TMX format to the given stream. | |
SetTranslation | Associates the specified translation to the given key. | |
TryGetNote | Tries to get the note for the given key. | |
TryGetTranslation | Tries to get the translation of the given key. |