|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | FetchTranslationsForObject (character) |
Retrieves stored translations from the back end |
|
+ | CHARACTER GetPartialMatchKey (character) |
Returns the Partial match key for the given resource key |
|
+ | GetTranslationsForObject (character, table) |
Returns the translated String Resources Table for the named UI object |
|
+ | GetTranslationsForObject (character, CharacterDictionary, table) |
Returns the String Resources Table for the named UI object |
|
# | OnFilterStringResource (FilterStringResourceEventArgs) |
Raises the FilterStringResource event |
|
# | OnObtainTranslation (ObtainTranslationEventArgs) |
Raises the ObtainTranslation event |
|
# | OnStoreTranslation (StoreTranslationEventArgs) |
Raises the StoreTranslation event |
|
+ | StoreTranslationsForObject (character, table) |
Stores the String Resources Table for the named UI object |
Options | Name | Purpose | |
---|---|---|---|
+ | FilterStringResource (Object, FilterStringResourceEventArgs) |
Event raised to allow filtering out a resource string for translation |
|
+ | ObtainTranslation (Object, ObtainTranslationEventArgs) |
Event raised to allow obtaining customized translation |
|
+ | StoreTranslation (Object, StoreTranslationEventArgs) |
Event raised to allow customizing how a translation is stored |
Top
PROTECTED FetchTranslationsForObject (character)
|
|||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER GetPartialMatchKey (character)
|
|||||||||||||||||||||||||
PUBLIC GetTranslationsForObject (character, table)
|
|||||||||||||||||||||||||
PUBLIC GetTranslationsForObject (character, CharacterDictionary, table)
|
|||||||||||||||||||||||||
PROTECTED OnFilterStringResource (FilterStringResourceEventArgs)
|
|||||||||||||||||||||||||
PROTECTED OnObtainTranslation (ObtainTranslationEventArgs)
|
|||||||||||||||||||||||||
PROTECTED OnStoreTranslation (StoreTranslationEventArgs)
|
|||||||||||||||||||||||||
PUBLIC StoreTranslationsForObject (character, table)
|
PUBLIC FilterStringResource (Object, FilterStringResourceEventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ObtainTranslation (Object, ObtainTranslationEventArgs)
|
||||||||||||||||||||
PUBLIC StoreTranslation (Object, StoreTranslationEventArgs)
|