Property | Type | Description | |
---|---|---|---|
keyTypeIdentifier | string |
Method | Description | |
---|---|---|
GetCleanKey ( string key ) : string |
Gets the clean key. i.e the key without a type identifier "
|
|
GetCleanKey ( string key, LocalizedObjectType objectType ) : string |
Gets the clean key. i.e the key without a type identifier "
|
|
GetFullKey ( string parsedKey ) : string |
Gets the full key value with identifiers and everything
|
|
GetFullKey ( string parsedKey, LocalizedObjectType objectType ) : string |
Gets the full key value with identifiers and everything
|
|
GetLocalizedObjectType ( string key ) : LocalizedObjectType |
Gets the LocalizedObjectType of the localized object.
|
public static GetCleanKey ( string key ) : string | ||
key | string | /// The full key with the type identifier /// |
return | string |
public static GetCleanKey ( string key, LocalizedObjectType objectType ) : string | ||
key | string | /// The key language value /// |
objectType | LocalizedObjectType | /// The LocalizedObjectType of the key /// |
return | string |
public GetFullKey ( string parsedKey ) : string | ||
parsedKey | string | /// Parsed key. (Clean key originally from GetCleanKey) /// |
return | string |
public static GetFullKey ( string parsedKey, LocalizedObjectType objectType ) : string | ||
parsedKey | string | /// Parsed key. (Clean key originally from GetCleanKey) /// |
objectType | LocalizedObjectType | |
return | string |
public static GetLocalizedObjectType ( string key ) : LocalizedObjectType | ||
key | string | /// The language key from the .resx file /// |
return | LocalizedObjectType |