Chameleon and Iguana Plugin C# Class Libraries |
|
ChameleonEncoding.SetCurrentTranslationLocale Method
Set the translation locale. See http://www.interfaceware.com/manual/setting_encoding.html for more details
[Visual Basic]
Public Shared Sub SetCurrentTranslationLocale( _
ByVal
NewLocale As
String _
)
[C#]
public static
void SetCurrentTranslationLocale(
string NewLocale);
Parameters
-
NewLocale
- New Locale Setting
See Also
ChameleonEncoding Class | iNTERFACEWARE.Chameleon Namespace