Smart Localization  2.3
SmartLocalization.Editor.LanguageDictionaryHelper Class Reference

Helper methods for language values using parsed & raw language dictionaries More...

Static Public Member Functions

static string AddNewKeyPersistent (Dictionary< string, string > languageDictionary, string desiredKey, string newValue)
 Adds a new key to a dictionary<string,string> and does not stop until a unique key is found More...
 
static string AddNewKeyPersistent (Dictionary< string, LocalizedObject > languageDictionary, string desiredKey, LocalizedObject newValue)
 Adds a new key to a dictionary<string,LocalizedObject> and does not stop until a unique key is found More...
 

Detailed Description

Helper methods for language values using parsed & raw language dictionaries

Member Function Documentation

static string SmartLocalization.Editor.LanguageDictionaryHelper.AddNewKeyPersistent ( Dictionary< string, string >  languageDictionary,
string  desiredKey,
string  newValue 
)
static

Adds a new key to a dictionary<string,string> and does not stop until a unique key is found

static string SmartLocalization.Editor.LanguageDictionaryHelper.AddNewKeyPersistent ( Dictionary< string, LocalizedObject languageDictionary,
string  desiredKey,
LocalizedObject  newValue 
)
static

Adds a new key to a dictionary<string,LocalizedObject> and does not stop until a unique key is found


The documentation for this class was generated from the following file: