Discussion:
Language question
Daniel Drijard
2018-05-26 20:09:17 UTC
Permalink
I wonder how some language questions are solved, pure ignorance from my part.

I can execute an APPLE program defined in a language, possibly defined by its preferences, say English, and create a .txt or .pdf (or other) file using a different language such as, say French. Then I save the file locally, for safety, and transfer it to a friend's computer.
How does his computer, external to mine, handles the program version I used (English) and the version of my file (French) ?

I use an iMac under Sierra (OSX 10.12.6).

Cordially,
Daniel

Daniel Drijard
Thoiry téléphone :
04 50 41 22 75
international
+33/4 50 41 22 75
Courriel :
***@cern.ch
Thoiry F-01710
48, rue des Savoies
Jim Wagner
2018-05-26 20:23:59 UTC
Permalink
A PROGRAM can be “localized”. This will, for example, give your program correct menu items and correct text in your windows and dialogs (though, for the most part, YOU have to define those other language words). For the standard menu items, I think that the OS will supply those for you. Localization is nothing more than a lookup table for your program text.

FILES, on the other hand, are up to the program creator. Localization does not translate files.

Jim

James Wagner
Oregon Research Electronics
http://www.orelectronics.net <http://www.orelectronics.net/>
Post by Daniel Drijard
I wonder how some language questions are solved, pure ignorance from my part.
I can execute an APPLE program defined in a language, possibly defined by its preferences, say English, and create a .txt or .pdf (or other) file using a different language such as, say French. Then I save the file locally, for safety, and transfer it to a friend's computer.
How does his computer, external to mine, handles the program version I used (English) and the version of my file (French) ?
I use an iMac under Sierra (OSX 10.12.6).
Cordially,
Daniel
Daniel Drijard
04 50 41 22 75
international
+33/4 50 41 22 75
Thoiry F-01710
48, rue des Savoies
emile.a.schwarz
2018-05-26 21:55:04 UTC
Permalink
If you want to localize a Xojo application, get a look here:

 

http://developer.xojo.com/lingua

 

Do not read that if you only want to know an OS arcanes for applicatons translations.

 

Emile

 

 
Message du 26/05/18 22:12
De : "Daniel Drijard"
A : "Nug"
Objet : Language question
I wonder how some language questions are solved, pure ignorance from my part.
I can execute an APPLE program defined in a language, possibly defined by its preferences, say English, and create a .txt or .pdf (or other) file using a different language such as, say French. Then I save the file locally, for safety, and transfer it to a friend's computer.
How does his computer, external to mine, handles the program version I used (English) and the version of my file (French) ?
I use an iMac under Sierra (OSX 10.12.6).
Cordially,
Daniel
Daniel Drijard
04 50 41 22 75
international
+33/4 50 41 22 75
Thoiry F-01710
48, rue des Savoies
Continue reading on narkive:
Loading...