diff options
Diffstat (limited to 'SmartDeviceLink/SDLLanguage.h')
-rw-r--r-- | SmartDeviceLink/SDLLanguage.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLanguage.h b/SmartDeviceLink/SDLLanguage.h index 38d63746b..662d43e4a 100644 --- a/SmartDeviceLink/SDLLanguage.h +++ b/SmartDeviceLink/SDLLanguage.h @@ -32,6 +32,15 @@ */ + (SDLLanguage *)EN_US; +/*! + @abstract English_IN + */ ++ (SDLLanguage *)EN_IN; + +/*! + @abstract Thai_TH + */ ++ (SDLLanguage *)TH_TH; /** @abstract Spanish - Mexico */ |