StrataFrame Forum

Manually Add Localization Keys

http://forum.strataframe.net/Topic26985.aspx

By lastcanary - 4/23/2010

Is it possible to add localization keys manually? How can I find the Localization and messaging editor source code?



I will try to add new localization keys dynamically during runtime if it is required and add this key for each language. Could you please help me with coding?



I am using C# but vb.net answers are also welcome.
By Greg McGuffey - 5/11/2010

I'm not sure if you're talking about localizing your own app or localizing SF to some language that they don't support yet. If you mean localizing you're app, I'd start with the help file, which has a section devoted to this topic (Localization & Messaging under Application Framework).



If you mean adding another language to SF, you'd need to talk to them about getting the language added.



Hope that gets you started. BigGrin
By lastcanary - 5/20/2010

I dont have problems on using the localization and messaging editor. However instead of adding keys by using this editor I am trying to find a way to add keys by coding. I am storing the table fields in my database so I can dynamically add a key for each field if I can use a method in a loop.