Property | Type | Description | |
---|---|---|---|
AvailableCultureListLock | object | ||
ResourceManagerList | ResourceManager>.Dictionary | ||
ResourceManagerListLock | object |
Method | Description | |
---|---|---|
GetFullyQualifiedResourceKey ( String key, |
Uses the key and target to build a fully qualified resource key (Assembly, Dictionary, Key)
|
|
GetLocalizedObject ( string key, |
Get the localized object.
|
|
ParseKey ( string inKey, string &outAssembly, string &outDict, string &outKey ) : void |
Parses a key ([[Assembly:]Dict:]Key and return the parts of it.
|
Method | Description | |
---|---|---|
AddCulture ( |
Thread-safe access to the AvailableCultures list.
|
|
GetAssembly ( |
Get the assembly from the context, if possible.
|
|
GetAssemblyName ( |
Returns the AssemblyName of the passed assembly instance
|
|
GetDictionary ( |
Get the dictionary from the context, if possible.
|
|
OnProviderChanged ( |
Calls the ILocalizationProvider.ProviderChanged event.
|
|
OnProviderError ( |
Calls the ILocalizationProvider.ProviderError event.
|
|
OnValueChanged ( string key, object value, object tag ) : void |
Calls the ILocalizationProvider.ValueChanged event.
|
protected AddCulture ( |
||
c | The CultureInfo. | |
return | void |
protected abstract GetAssembly ( |
||
target | The target object. | |
return | string |
protected GetAssemblyName ( |
||
assembly | The Assembly where to get the name from | |
return | string |
protected abstract GetDictionary ( |
||
target | The target object. | |
return | string |
public GetFullyQualifiedResourceKey ( String key, |
||
key | String | Key used as a base to find the full key |
target | Target used to help determine key information | |
return | FullyQualifiedResourceKeyBase |
public GetLocalizedObject ( string key, |
||
key | string | The key to the value. |
target | The target object. | |
culture | The culture to use. | |
return | object |
protected OnProviderChanged ( |
||
target | The target object. | |
return | void |
protected OnProviderError ( |
||
target | The target object. | |
key | string | The key. |
message | string | The error message. |
return | void |
protected OnValueChanged ( string key, object value, object tag ) : void | ||
key | string | The key where the value was changed. |
value | object | The new value. |
tag | object | A custom tag. |
return | void |
public static ParseKey ( string inKey, string &outAssembly, string &outDict, string &outKey ) : void | ||
inKey | string | The key to parse. |
outAssembly | string | The found or default assembly. |
outDict | string | The found or default dictionary. |
outKey | string | The found or default key. |
return | void |
protected object AvailableCultureListLock | ||
return | object |
protected Dictionary |
||
return | ResourceManager>.Dictionary |