Summary
Returns localization of spriteId for current language.
- Namespace
- OneClickLocalization
- Containing Type
- OCL
Syntax
public static Sprite GetLocalization(Sprite spriteId)
Parameters
| Name | Type | Description |
|---|---|---|
| spriteId | Sprite |
Return Value
| Type | Description |
|---|---|
| Sprite | Translated version of originalSprite, null if no localization found or useDefaultLanguageForNullValues is true and translation is null |