Click or drag to resize

ILocalizationService Methods

The ILocalizationService type exposes the following members.

Methods
  NameDescription
Public methodGetAvailableLocales
Gets all the locales which have codes in this manager
Public methodGetString(String)
Get the specified string in the current locale
Public methodGetString(String, Object)
Format a stringKey with parameters
Public methodGetString(String, String)
Get the specified stringKey in locale
Public methodGetString(String, String, Object)
Format a stringKey from locale with parameters
Public methodGetStrings
Get all strings in the specified locale
Public methodReload
Reload string definitions
Top
See Also