3

Is there a way to tweak the regional settings and , while preserving greek locale, I can change the decimal separator to en_US? as this is necessary for google earth to work correctly?

  • I don't see any button to change the number format in the Language Support dialog.
nass
  • 1,440
  • 2
  • 20
  • 33

2 Answers2

1

To change a single locale category, you can edit your ~/.profile file. Try adding this line to ~/.profile:

export LC_NUMERIC=en_US.UTF-8

Gunnar Hjalmarsson
  • 33,540
  • 3
  • 64
  • 94
  • 1
    I am looking for more fine grain control than choosing various locales at the level of LC_. namely to modify a locale. – nass Aug 29 '13 at 22:41
  • @nass: I see that you chose to modify the locale specification itself, which indeed gives you complete control. – Gunnar Hjalmarsson Aug 30 '13 at 00:10
0

Yes, go to System Setting and select Language Support. There you'll find two menus: Language and Regional Formats; change the number format in the latter.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128