Assembly: IO;
Namespace: Prognoz.Platform.Interop.ForeIO;
The IResourceLocale interface contains tools that are used to work with resource editor language.
IResourceLocale
To work with the languages collection, use the IResourceLocales interface.
| Property name | Brief description | |
| The Binaries property returns the collection of images of the resource editor for the specified language. | ||
| The Id property returns identifier of the language of the resource editor. | ||
| The IsCurrent property determines whether the language is the 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 the collection of strings of the resource editor for the specified language. |
See also: