Table Of Contents

Previous topic

Language

Next topic

LayoutConstraints

This Page

phoenix_title LanguageInfo

Encapsulates a Language identifier together with OS-specific information related to that language.

  • Wx.LanguageInfo->new(language, canonicalName, WinLang, WinSubLang, Description)

class_hierarchy Inheritance Diagram

Inheritance diagram for class LanguageInfo

Inheritance diagram of LanguageInfo


method_summary Methods Summary

GetLocaleName Return the locale name corresponding to this language usable with setlocale() on the current system.

property_summary Properties Summary

LocaleName See GetLocaleName

api Class API



class LanguageInfo(object)

Encapsulates a Language identifier together with OS-specific information related to that language.


Methods



GetLocaleName(self)

Return the locale name corresponding to this language usable with setlocale() on the current system.

Return type:string

Properties



LocaleName

See GetLocaleName