Re: locale support?

new topic     » goto parent     » topic index » view thread      » older message » newer message

Bernie Ryan wrote:
> 
> 
> What about error messages

Those are very few, and at that, there are many, many, many more that exist in
Euphoria itself. Euphoria itself is not localized.

> text in sequences

That is what locale.e's po_load() and w() functions are for. It allows the
programmer to localize their own application.

> function/procedure names ?

I'm not aware of any programming language that translates function names to new
languages. In that area, it's still an English speaking world and it is a
non-issue.

> That is why Windows uses resource files they contain string tables
> that are compiled for different languages.

Yes. Euphoria has that now with .po files. .po is a very popular format for
localization. There are many GUI based translation software packages to work with
the .po file, or you can use a normal text editor for that task.
 
> Look at Igor's site:

Yup. That's not a problem with the new locale.e. Did you look at any of my
examples?

--
Jeremy Cowgar
http://jeremy.cowgar.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu