|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use String | |
---|---|
qx.locale |
Uses of String in qx.locale |
---|
Methods in qx.locale that return String | |
---|---|
String |
Manager._extractLanguage(String locale)
Extract the language part from a locale. |
String |
Manager.getAvailableLocales()
Return the available application locales |
String |
LocalizedString.getId()
Returns the (computed) value of the property id . |
String |
Manager.getLanguage()
Get the language code of the currnt locale |
String |
Manager.getLocale()
Returns the (computed) value of the property locale . |
String |
Manager.getTerritory()
Get the territory code of the currnt locale |
String |
MTranslation.marktr(String messageId)
Mark the message for translation but return the original message. |
String |
Manager.translate(String messageId,
java.lang.Object args,
String locale)
Translate a message using the current locale and apply format string to the arguments. |
Methods in qx.locale with parameters of type String | |
---|---|
String |
Manager._extractLanguage(String locale)
Extract the language part from a locale. |
void |
Manager.addTranslation(String languageCode,
java.lang.Object translationMap)
Add a translation to the translation manager |
void |
Manager.addTranslationFromClass(String classname,
java.lang.Object translationMap)
Extract language code from class name and add a translation to the translation manager |
void |
LocalizedString.initId(String arg)
Calls the apply method and dispatches the change event of the property id
with the default value defined by the class developer. |
void |
Manager.initLocale(String arg)
Calls the apply method and dispatches the change event of the property locale
with the default value defined by the class developer. |
String |
MTranslation.marktr(String messageId)
Mark the message for translation but return the original message. |
void |
LocalizedString.setId(String arg)
Sets the user value of the property id . |
void |
Manager.setLocale(String arg)
Sets the user value of the property locale . |
LocalizedString |
MTranslation.tr(String messageId,
java.lang.Object varargs)
Translate a message Mark the message for translation. |
String |
Manager.translate(String messageId,
java.lang.Object args,
String locale)
Translate a message using the current locale and apply format string to the arguments. |
LocalizedString |
MTranslation.trn(String singularMessageId,
String pluralMessageId,
java.lang.Integer count,
java.lang.Object varargs)
Translate a plural message Mark the messages for translation. |
Constructors in qx.locale with parameters of type String | |
---|---|
LocalizedString(String messageId)
|
|
LocalizedString(String messageId,
java.lang.Object args)
|
|
LocalizedString(String messageId,
java.lang.Object args,
String locale)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |