Tagged Questions
The externalizing tag has no wiki summary.
3
votes
3answers
335 views
'Un'-externalize strings from Eclipse or Intellij
I have a bunch of strings in a properties file which i want to 'un-externalize', ie inline into my code.
I see that both Eclipse and Intellij have great support to 'externalize' strings from within ...
3
votes
4answers
367 views
Best practices for externalizing strings in PHP
I've been surprised by how little I've found on externalizing strings in PHP. Does everyone use gettext, or is there some other framework or tool that I'm not aware of?
2
votes
1answer
86 views
How do I separate out constants for JavaScript?
I have a web-page created with JavaServer Pages (JSP) and with significant JavaScript (JS) that makes calls to other servers. The URL that the page talks to depends on what server (read: environment) ...
1
vote
5answers
319 views
Externalizing parameters for VS2008 C++ project compilation
Is there some way to externalize the paths of libraries that are used in the compilation process on Visual Studio 2008? Like, *.properties files?
My goal is to define "variables" referencing ...
1
vote
1answer
162 views
How to externalize strings to multiple files in Eclipse
I have run Externalize Strings in Eclipse that generated a messages.properties.
That was translated to some other languages and the new files were created like messages_de.properties etc.
Now after ...
1
vote
4answers
3k views
Classic asp include
I am trying to separate some asp logic out into a separat page.
For now i am trying to call a simple function.
Here is the simple index page i am using
<html>
<head>
<title>Calling ...
0
votes
2answers
145 views
Flex: assigning events to dynamically created buttons
Thanks to wezzy and the others who helped me out the past couple of days. I've been taking their advice and trying to figure the rest out on my own but I'm stuck again.
I have a txt file structured ...