Method GetValue
GetValue(LocaleIdentifier, out Object)
Attempts to find a value for the provided LocaleIdentifier.
Declaration
public bool GetValue(LocaleIdentifier localeIdentifier, out Object foundValue)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | localeIdentifier | The LocaleIdentifier to check for. |
Object | foundValue | The value found for the LocaleIdentifier. |
Returns
Type | Description |
---|---|
bool |
Implements
GetValue(LocaleIdentifier, LocaleIdentifier, out Object)
Attempts to find a value for the provided LocaleIdentifier or fallback.
Declaration
public bool GetValue(LocaleIdentifier localeIdentifier, LocaleIdentifier fallback, out Object foundValue)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | localeIdentifier | The LocaleIdentifier to check for. |
LocaleIdentifier | fallback | The LocaleIdentifier to fallback to if one could not be found for |
Object | foundValue | The value found for the LocaleIdentifier or fallback. |
Returns
Type | Description |
---|---|
bool |