| Name | Description | |
|---|---|---|
![]() ![]() | Get | Gets the translation of the given key from the localization dictionary. If a translation for the key does not exist, the key itself is returned. |
![]() ![]() | Int32ToNativeNumber | Converts an Int32 to a string using the native digits of the given culture. Uses integer arithmetic for digit extraction. |
![]() ![]() | Mark | This is a markup method, that just marks the specified string as needing localization. The method itself simply returns the passed string. |
![]() ![]() | TryParseNativeNumberToInt32 | Tries to parse a culture-specific native number string to an Int32. Returns false if the string is not a valid integer in that culture. |


