Part of spring framework which is responsible for configuration customization: override configuration from System environments, property files, command line parameters.
Questions tagged [string-externalization]
19 questions
0
votes
1 answer
How can I generate warnings for non internationalized java strings at build time
I am looking for a solution that can be run on a continuous integration server (TeamCity) which seems to rule out IDE specific solutions like the externalization that is built into eclipse.
I need to generate warnings when strings are found in the…

dice
- 2,820
- 1
- 23
- 34
0
votes
2 answers
How to replace UI labels/tool-tips in Qt application run-time according to context?
We are developing a Qt Desktop application. Application can open multiple files one in each tab, and each tab (file) has its own context. User can open multiple files and switch among these tabs.
e.g. : Like one tab is of Truck management for which…

Anwar Shaikh
- 1,591
- 3
- 22
- 43
0
votes
1 answer
string formatting issue in android
I am facing an issue with "string.format" in android application. In my application when the user changes his language preferences from default (english) to any other foreign language (japanese,german etc) the variable string positioning is giving a…

shailbenq
- 1,440
- 1
- 14
- 25
0
votes
0 answers
How to change locale in SWT app using new Eclipse string externalization mechanism?
I want to make my SWT app multi-language. So, I am using the new Eclipse string externalization mechanism, described here.
I made different messages_xx_XX.properties for some languages, and I am addressing to locale-dependent string through…

Prizoff
- 4,486
- 4
- 41
- 69