Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, you add a label and set the LocalizationKey property to "MyKey1". If the MicroFour.StrataFrame.UI.Localization.LocaleID property is set to 1033, the label's Text will be set to "This is a text message". If the MicroFour.StrataFrame.UI.Localization.LocaleID property is set to 1046, then the Label's text will be set to "Esta mensagem é de teste". The localization does not go off of the text, but rather the LocalizationKey property. Anywhere in a StrataFrame UI component where you see "Key" on the end of anything (other than "DataSourceKey"), you're giving it the key from your localization information, such as "MyKey1".
|