You.i Engine
CYILocaleBridge Class Referenceabstract

Detailed Description

Utility function to retrieve the current system locale.

This bridge is available on all platforms.

#include <platform/YiLocaleBridge.h>

Public Member Functions

virtual ~CYILocaleBridge ()
 
virtual bool GetLocale (CYIString &rLanguageCode, CYIString &rCountryCode)=0
 

Constructor & Destructor Documentation

virtual CYILocaleBridge::~CYILocaleBridge ( )
inlinevirtual

Member Function Documentation

virtual bool CYILocaleBridge::GetLocale ( CYIString rLanguageCode,
CYIString rCountryCode 
)
pure virtual

Returns true if the locale could be determined. rLanguageCode is set to a 2 character ISO-639-1 code and rCountryCode is set to a 2 character ISO-3166-1 code.


The documentation for this class was generated from the following file: