Assembly: IO;
Namespace: Prognoz.Platform.Interop.ForeIO;
The IResourceLocale interface contains tools used to work with resource editor language.
IResourceLocale
To work with the collection of languages, use the IResourceLocales interface.
| Property name | Brief description | |
| The Binaries property returns collection of images of the resource editor for the set language. | ||
| The Id property returns identifier of the language of the resource editor. | ||
| The IsCurrent property determines whether the language is a current translation language. | ||
| The IsDefault property determines whether the current language is a default resource language. | ||
| The Key property gets key of the resource editor language. | ||
| The Strings property returns collection of strings of the resource editor for the set language. |
See also: